github.com/andybalholm/brotli.backwardMatch.length_and_code (field)

5 uses

	github.com/andybalholm/brotli (current package)
		hash.go#L193: 	length_and_code uint32
		hash.go#L198: 	self.length_and_code = uint32(len << 5)
		hash.go#L209: 	self.length_and_code = uint32(len<<5 | tmp)
		hash.go#L213: 	return uint(self.length_and_code >> 5)
		hash.go#L217: 	var code uint = uint(self.length_and_code) & 31